array vt. 1.打扮,装饰。 2.使…列队,排列。 3.提出(陪审官)名单,使(陪审官)列席,召集(陪审官)。 The general arrayed his troops for battle. 将军使军队列队准备战斗。 The girl arrayed herself in her finest clothes. 这女孩打扮得花枝招展。 The count and his men arrayed themselves against the king. 伯爵举兵对抗国王。 n. 1.整列,队列,阵(列);阵容。 2.〔诗〕衣裳,装扮,打扮。 3.陪审官名单。 4.一大批,一大群,一连串。 5.【数学】排列。 a battle array 战斗队形,列阵。 holiday array 节日盛装。 be in fine array 盛装。 an array of actors 演员的阵容。 a window array 橱窗陈列品。 an array of (umbrellas) 一排(伞)。 in battle array 列阵,严阵。 in proud array 堂堂正正。
data n. 1.资料,材料〔此词系 datum 的复数。但 datum 罕用,一般即以 data 作为集合词,在口语中往往用单数动词;如系指一件资料,则说作 this data〕。 2.〔美国〕(观察所得的)事实,知识。 a data book 参考资料书。 gather data on ...收集…的资料[数据]。 The data is not enough to be convincing. 资料不足,尚难令人信服。
Array data types in visual basic Visual basic中的数组数据类型
Can also convert array data types , as in the following example 也可以转换数组数据类型,如下例所示:
Class using the specified array data type and initialization expressions 使用指定的数组数据类型和初始化表达式初始化
Class using the specified array data type and number of indexes for the array 使用指定的数组数据类型和数组的索引数初始化
Class using the specified array data type name and number of indexes for the array 使用指定的数组数据类型名和数组的索引数初始化
A typed array data type is declared by placing square brackets after the data type name 类型化数组数据类型可以通过在数据类型名称后面放置方括号( [ ] )来声明。
Class using the specified array data type and code expression indicating the number of indexes for the array 用指定的数组数据类型和指示数组索引数的代码表达式初始化
Safe arrays are self - describing arrays that carry the type , rank , and bounds of the associated array data 安全数组是具有与之关联的数组数据的类型、秩和界限的自我描述数组。
Class using the specified array data type name and code expression indicating the number of indexes for the array 使用指定的数组数据类型名和指示数组索引数的代码表达式初始化
Function procedure returns an array data type , you cannot access the individual elements of the array within the function 过程返回数组数据类型,则不能在函数内部访问数组的各个元素。